All Packages Class Hierarchy This Package Previous Next Index
Interface quicktime.vr.QTVREnteringNode
- public interface QTVREnteringNode
This interface is defined by an application to receive and process
interactions with a VR movie's nodes
- See Also:
- QTVRInstance
-
execute(QTVRInstance, int)
- This method is called by MoviesTask when a user is entering a new node
in a VR movie.
execute
public abstract int execute(QTVRInstance vr,
int nodeID)
- This method is called by MoviesTask when a user is entering a new node
in a VR movie.
- Parameters:
- vr - the QTVRInstance
- nodeID - the nodeID that the user is entering
- Returns:
- an error code or zero if no error
- See Also:
- QTCallBack
All Packages Class Hierarchy This Package Previous Next Index